@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap');
/*start of style*/
.icon::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
  }

:root {
    font-size: 62.5%;
    --max-desktop: 1500px;
    --grey-light: #CACACA;
    --grey-md: #a8a8a8;
}

*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

button:hover{
    cursor: pointer !important;
}

button:focus{
    outline: none !important;
}


a{
    color: #0178b9;
}

html, body {
    font-family: 'Poppins', sans-serif;
    width: 100%;
    overflow-x: hidden !important;
}
@media all and (min-width: 768px) {
    html, body {
        line-height: 1.4;
    }
}
/*end of style*/
/* Font-Sizes */
h1, .h1 {
    font-size: 60px;
}

h2, .h2 {
    font-size: 48px;
}

h3, .h3 {
    font-size: 40px;
}

h4, .h4 {
    font-size: 32px;
}

h5, .h5 {
    font-size: 28px;
}

h6, .h6 {
    font-size: 20px;
}

p {
    font-size: 18px;
}

.text-content ul,
.text-content ol {
   padding-left: 35px;
}

.text-content ul li,
.text-content ol li {
    font-size: 18px;
    margin-bottom: 5px;
}

a {
    font-size: 18px;
}

button {
    font-size: 18px;
}

.t-16 {
    font-size: 16px;
}

.t-14 {
    font-size: 14px;
}

.t-12 {
    font-size: 12px;
}

td, th{
    font-size: 18px;
}

.container--cards__nav .btn--cards {
    font-size: 28px;
}

.footer-control {
    font-size: 20px;
}

.btn-block {
    font-size: 18px;
}

.factsstyle {
    font-size: 33px;
}

/* .edu-mini-card-content, .edu-article-card-topic a, .edu-article-card-desc {
    font-size: 20px;
} */

.services-dropdown-content li {
    font-size: 18px;
}

/* tablet font-sizes */
@media all and (min-width: 768px) and (max-width: 1100px) {
    h1, .h1 {
        font-size: 48px;
    }

    h2, .h2 {
        font-size: 40px;
    }

    h3, .h3 {
        font-size: 34px;
    }

    h4, .h4 {
        font-size: 28px;
    }

    h5, .h5 {
        font-size: 24px;
    }

    .container--cards__nav .btn--cards {
        font-size: 22px;
    }
    
    .factsstyle {
        font-size: 24px;
    }

    .edu-main-card-desc {
        font-size: 18px;
    }

    .education-btn a {
        font-size: 16px;
    }
}

@media all and (min-width: 768px) and (max-width: 800px) {
    .carousel-item p {
        font-size: 16px;
    }
}

/* mobile font-sizes */
@media all and (min-width: 320px) and (max-width: 767px) {
    h1, .h1 {
        font-size: 30px;
    }

    h2, .h2 {
        font-size: 28px;
    }

    h3, .h3 {
        font-size: 26px;
    }

    h4, .h4 {
        font-size: 24px;
    }

    h5, .h5 {
        font-size: 20px;
    }

    h6, .h6 {
        font-size: 18px;
    }

    p {
        font-size: 16px;
    }

    a {
        font-size: 16px;
    }

    button {
        font-size: 16px;
    }
    
    td, th{
        font-size: 16px;
    }

    .text-content ul li,
    .text-content ol li {
        font-size: 16px;
    }

    .footer-control {
        font-size: 18px;
    }

    .btn-block {
        font-size: 16px;
    }

    .container--cards__nav .btn--cards {
        font-size: 18px;
    }

    .factsstyle {
        font-size: 22px;
    }

    .edu-article-card-topic a, 
    .services-dropdown-content li {
    font-size: 16px;
    }

    .edu-article-card-desc, .edu-mini-card-content {
        line-height: 1.4;
        /* font-size: 18px; */
    }

}

@media all and (max-width: 767px) {
    .p-m-0{
        padding-left: 0;
        padding-right: 0;
    }
}

/* index bg */

.lpr-bg-3{
    background-color: #de6600 !important;
}

.lpr-bg-2{
    background-color: #ef7b05 !important;
}

.lpr-bg-1{
    background-color: #ee9601 !important;
}

/* newsroom bg */

.lpr-bg-4{
    background-color: #043e73 !important;
}
.lpr-bg-5{
    background-color: #00427f !important;
}
.lpr-bg-6{
    background-color: #004e96 !important;
}
.lpr-bg-7{
    background-color: #005dab !important;
}
.lpr-bg-8{
    background-color: #006abf !important;
}
.lpr-bg-9{
    background-color: #1485d5 !important;
}
.lpr-bg-primary{
    background-color:#0178b9 !important;
}

.lg-no-wrap {
    display: flex;
    flex-wrap: nowrap !important;
}

.link-list {
    list-style: none;
    padding-left: 0px !important;
}
.link-list li {
    position: relative;
    padding-left: 20px;
}
.link-list li:after {
    content: "\f105";
    font-weight: 900;
    font-size: 18px;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 0px;
    top: 0px;
}
.link-list li:hover:after {
    opacity: 0.5;
}

.link-list li a {
    border: none;
    color: rgba(0, 0, 0);
}

.grey-bg-1 {
    background-color: #f1f2ed;
}

.grey-bg-2 {
    background-color: #e2e3dd;
}

h2.inquiries-contact a {
    font-size: 48px;
}
@media all and (min-width: 768px) and (max-width: 1100px) {
    h2.inquiries-contact a {
        font-size: 40px;
    }
}
@media all and (min-width: 320px) and (max-width: 767px) {
    h2.inquiries-contact a {
        font-size: 28px;
    }
}
